Eclipse Platform
Pre-release 3.0

org.eclipse.swt.browser
Interface LocationListener

All Superinterfaces:
EventListener, org.eclipse.swt.internal.SWTEventListener
All Known Implementing Classes:
LocationAdapter

public interface LocationListener
extends org.eclipse.swt.internal.SWTEventListener

This listener interface may be implemented in order to receive LocationEvents.

NOTE: The API in the browser package is NOT finalized. Use at your own risk, because it will most certainly change. The only reason this API is being released at this time is so that other teams can try it out.

Since:
3.0
See Also:
LocationEvent

Method Summary
 void changed(LocationEvent event)
          This method is called when the current location is changed.
 void changing(LocationEvent event)
          This method is called when the current location is about to be changed.
 

Method Detail

changing

public void changing(LocationEvent event)
This method is called when the current location is about to be changed.

Since:
3.0
See Also:
LocationEvent

changed

public void changed(LocationEvent event)
This method is called when the current location is changed.

Since:
3.0
See Also:
LocationEvent

Eclipse Platform
Pre-release 3.0

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.